home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10993 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  902 b 

  1. Path: usamrid.innovsoftd.com!news
  2. From: David Peterson <dpeterso@isd.net>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: hash table keyed by strings in C
  5. Date: Thu, 21 Mar 1996 07:44:03 -0600
  6. Organization: Applied Systems, Inc.
  7. Message-ID: <31515D23.770E@isd.net>
  8. References: <0lIEcF200VQA0Q1W80@andrew.cmu.edu>
  9. NNTP-Posting-Host: pm-1-224.innovsoftd.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB2 (Win95; I)
  14.  
  15. Elie Jean-Philippe wrote:
  16. > I need to implement a hashing function (in C) that returns a unique key
  17. > to a hash table, given a string as an input.
  18. > Has anyboy come accross or implemented such a code ?
  19. > Any pointers would be greatly appreciated.
  20. > Thanks.
  21. > Elie.
  22.  
  23. Dr. Dobb's Journal #246 April 1996, pages 24-33 with source included.
  24.  
  25. You may want to see if any of this is available online at http://www.ddj.com.
  26.